home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / ComputerScience / MethodsInAction / MethodsInAction.app / Example3.h < prev    next >
Text File  |  1992-08-19  |  253b  |  17 lines

  1.  
  2. /* Multiplier.h   By Jeff Froyd.  Generated by Interface Builder */
  3.  
  4. #import <objc/Object.h>
  5.  
  6. @interface Example3:Object
  7. {
  8.    id productField;
  9.     double multiplier;
  10.     double multiplicand;
  11. }
  12.  
  13. - multiplierChanged:sender;
  14. - multiplicandChanged:sender;
  15.  
  16. @end
  17.